home *** CD-ROM | disk | FTP | other *** search
- // ******************************************************************
- //
- // aboutdlg.h : header file
- //
- // Most of this file is created by ClassWizard.
- //
- // (C) 1993 POET Software
- //
- // ******************************************************************
-
- #include "..\resource.h" // header to resource IDs
-
- #ifndef __HELLODLG_H_
- #define __HELLODLG_H__
-
-
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CAboutDlg dialog
-
- class CAboutDlg : public CDialog
- {
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CAboutDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- public:
- CAboutDlg(CWnd* pParent = NULL); // standard constructor
- ~CAboutDlg () {}
- // Dialog Data
- //{{AFX_DATA(CAboutDlg)
- enum { IDD = IDR_ABOUT };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- };
-
-
- #endif // __HELLODLG_H__
-